home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tony Quinn's Virtual Worlds
/
Tony Quinn's Virtual Worlds (Wayzata Technology) (1994).iso
/
pc
/
setup.inf
< prev
Wrap
INI File
|
1993-12-22
|
5KB
|
127 lines
; Copyright (c) 1990, 1991 Microsoft Corporation. All rights reserved.
[setup]
;
; Put global information about the application here.
;
"PACKAGENAME","Virtual Worlds"
"CAPTIONNAME","Virtual Worlds Setup"
[disks]
;
; Put information about the installation disks here.
;
; Format:
;
; "n","path","name"
;
; n : The disk number, 0-9, A-Z. MUST BE ONE CHARACTER!
; path : The path of the disk, i.e. "A:\"
; name : The name on the printed disk label on the outside of the disk
; for example "Solitare Distribution Disk #1"
;
"0","A:\","Solitare Distribution Disk #1"
"1","A:\","Solitare Distribution Disk #2"
[directories]
;
; Describe the directories that will receive the files here.
; There are two types of directories: parent and children. Child
; directories are subdirectories of the parent or of other children.
; Only one parent is allowed. Define as many children as required.
;
; Format:
;
; "n","path","description"
;
; n : The directory number. The parent must be directory 0 and
; must be defined. Child directories are named beginning
; with A and must be named sequentially.
; path : The name of the subdirectory. The names of child directories
; must begin with a backslash (\).
; description : The description of the purpose of this directory
;
"0","C:\windows","Virtual Worlds Directory"
"A","\CHILD1","Virtual Worlds Directory Child 1"
"B","\CHILD2","Virtual Worlds Directory Child 2"
[apps]
;
; Put information about each file here.
;
; ----------------------------------------------------------------------------
;
; NOTE: There are two types of setup: Simple and Complex.
;
; Simple: Installs ALL files, like a batch file. For this
; setup, do not worry about "D" flags, "R" flags,
; or the <nn> flag.
;
; Complex: Presents the user with a dialog box listing the
; files in the distribution. The user can choose the
; files to install. In the complex setup, all flags
; must be specified.
;
; ----------------------------------------------------------------------------
;
; Format:
;
; "n","flags","d","idir","filename","PName", "Description","Comment","size"
;
; n : The disk number for this file
;
; flags : Can be none, one, or many of the following:
;
; C : Compressed file. Specify the "real" filename here
; in the INF file. SETUP will search the floppy disk
; for a file having the same name except that the last
; character of the file extention is changed to '$'
; R : Required file--SETUP **will** copy this file
; D : Display this file in the user selection list box
; Ic : Add this program to Program Mananager, group "c."
; Group is a letter from A-Z
; nn : The next "nn" entries create a group of files to
; copy. For example, if there are four files that
; are copied as a package, put 03 in the nn field
; and put the other three files immediately following.
; Set the size field for the first file to the sum
; of the sizes of all the fields in the group.
;
; d : The destination directory. 0 = Parent, 1-9, A-Z = Children
;
; idir : The directory on the install disk
;
; filename : The actual name of the file
;
; PName : The name of the icon in Program Manager (required if D flag)
;
; Description: A short description, for the list box entry (only if D flag)
;
; Comment : The lengthy text displayed in the comment box (only if D flag)
;
; size : Size of file/group in kilobytes (only if D flag)
;
"0","02DIA","0","BIN","VirtWlds.EXE","Virtual Worlds","Virtual Worlds","Virtual Worlds","70"
"0","02DIA","0","TEXT","read_me.wri","Read Me","Read Me","Virtual Worlds read me","70"
"0","02DIA","0","BIN","intro.exe","Introduction","Introduction","Virtual Worlds intro program","70"
"0","02DIA","0","TEXT","register.wri","Registration Form","Registration form","Virtual Worlds registration form","70"
[progman]
;
; This defines the Program Manager groups to which the icons will be
; added.
;
; Format:
;
; "n","Title","filename"
;
; n : The identifier for the group, A-Z
; title : The caption on the group window
; filename : The name of the GRP file
"A","Virtual Worlds","VirtWlds.GRP"